home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 124 / pcfcd124-a.iso / PCF Shareware.dxr / 00013_MainOn.ls < prev    next >
Encoding:
Text File  |  2001-05-22  |  133 b   |  9 lines

  1. on mouseLeave me
  2.   cursor(0)
  3.   set the member of sprite the currentSpriteNum to "MainOff"
  4. end
  5.  
  6. on mouseUp me
  7.   go(1, "PCF Menu")
  8. end
  9.